PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setCanvasPosition Method
Position of the page canvas.
In This Topic
    setCanvasPosition Method
    In This Topic
    Sets the position of the page graphics relative to existing page content.
    If the page is newly created this method has no effect since there is no previous content. If the page has been extracted from a PDF file or has been created by loading a PDF file into a then the page graphics can be under the existing page content or on top of existing page content (default).
    Syntax
    public void setCanvasPosition( 
       PDFPageCanvasPosition canvasPosition
    )

    Parameters

    canvasPosition
    Position of the page canvas.
    See Also